<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.am_news{
    width: 100%;
    position: relative;
    display: flex;

}
.am_news a{
    width: 100%;
    display: block;
    display: flex;
}
.mf_time{
    width: 100px;
    text-align: center;
    height: 100px;
    border: 1px solid #ccc;

}
.mf_time_top{
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 60px;
    font-size: 40px;
}
.mf_time_bu{
    line-height: 20px;
    width: 100%;
    padding-top: 10px;
    margin-right: 10px;
    color: #CCC;
    text-align: center;

    font-size: 10px;
    overflow: hidden;
}

.am_text{
    max-width: 100%;
    margin-left: 15px;

}
.mf_title{
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    color: #000;

}
.mf_count{
    width: 100%;
    line-height: 20px;
    color: #8f8f8f;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
}



#top-social-bar{
    margin-top: 50px;
}
.open:hover{
    background-color: #e23d0f;
    /*padding: 2px;*/
    color: white;
    border-radius: 5px;
    margin-top: 1px;
}
.open a:hover {
    color: white!important;
}
.open a{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list_top{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.list_top_one{
    width: 50%;
}
.list_top_tow{
    line-height: 30px;
    font-size: 14px;
    width: 50%;
    text-align: right;
}

.am_footer_title a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #ffffff;
    margin: 15px 0;
}

.am_content{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.am_header{
    width: 100%;
    background-color: #FFFFFF;
}
.am_header_top{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    padding: 12px 0;
}
.am_ht_phone{
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
}
.ht_ico{
    width: 22px;
    height: 22px;
    background-image: url(../images/phone.png);
    background-size: 100% 100%;
}
.ht_title{
    font-size: 18px;
    color: #e23d0f;
    line-height: 22px;
    margin-left: 3px;
}
.am_nav{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    padding: 5px 0;
}
.am_logo{
    width: 30%;
}

.nav_list{
    width: 70%;
    height: 40px;
    display: flex;
    margin: 7.5px 0;
    display: -webkit-flex;
}
.nav_list_son{
    width: 16.6666666667%;
    font-size: 16px;
    color: black;
    line-height: 40px;

    text-align: center;
    position: relative;
}
.nav_list_son a{
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nav_list &gt; .no{
    background-color: #E23D0F;
    color: white!important;
    border-radius: 8px;
}
.nav_list &gt;.no&gt;a{
    color: white;

}


.nav_ls_son{
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color:#FFFFFF ;
    display: none;
}
.nav_lss_son{
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color:#FFFFFF ;
    top: 0;
    left: 100%;
    display: none;
}
.open{
    width: 100%;

}

.nav_ls_no{
    display: block;
}
.am_search{
    background-color:#FFFFFF ;
    border-radius: 10px;
    width: 100%;
    position: relative;
    margin-top: -40px;
    padding: 0 15px;
    display: flex;
    display: -webkit-flex;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
.words{
    width: 66%;
    display: flex;
    display: -webkit-flex;
}
#search{
    width: 30%;
    padding: 17px 0;

}
.crux span{
    /*display: inline-block;*/
    font-size: 14px;
    color: #e20f0f;
    margin-right: 8px;
}
.crux{
    font-size: 14px;
    color: #868686;
    line-height: 30px;
    margin: 17.5px 0;
}
.cruxc{
    /*margin: 0 5px;*/
    font-size: 14px;
    color: #868686;
    line-height: 30px;
    margin: 17.5px 5px;

}
.factor {
    width: 66px;
    float: left;
    font-size: 14px;
    color: #868686;
    line-height: 30px;
    position: relative;
    background-color: #ECECEC;
    border-radius: 3px 0 0 3px ;

}
.factor_nex{
    position: relative;
    width: calc(100% - 13px);
    text-align: center;
}
.down{
    position: absolute;
    width: 66px;
    left: 0;
    /*top: 35px;*/
    z-index: 9;
    background-color:#FFFFFF ;
    display: none;
}
.down a{
    width: 100%;
    display: inline-block;
}
.down a:hover{
    background-color:#F1F1F1;

}
.factor_nex a{
    font-size: 14px;
    color: #868686;
}
.factor_ico{
    position: absolute;
    right: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    background-image: url(../images/ment.png);
    background-size: 100% 100%;
}

.close{
    height: 30px;
    max-width: 100%;
    margin-left: 66px;
    position: relative;

}
.frame{
    width: calc(100% - 40px);
}
.frame_ico{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: none;
    background-color:#E23D0F;
    background-image: url(../images/open.png);
    background-size: 20px 20px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border-radius:0 3px 3px 0;
    outline:none;
}
.ct{
    width:100%;
    height: 30px;
    border: none;
    outline:none;
    background-color: #E23D0F;
    color: white;
    padding-left: 10px!important;
}
.ct::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #f8c1b2;
}

.ct::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f8c1b2;
}

.ct::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #f8c1b2;
}

.ct::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #f8c1b2;
}
.am_product{
    width: 100%;
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.product_list{
    position: relative;
    width: 31%;
    margin: 0 1.16666666667%;
    height: 330px;
}
.make{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_son{
    width: 31%;
    margin-left:1.16666666667%;
    margin-right:1.16666666667%;
    margin-bottom: 90px;
    position: relative;

    background-color: white;
    /*overflow: hidden;*/

}
.product_son img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    height: 330px;
}
.suggest{
    position: absolute;
    width: 70%;
    /*height: 50px;*/
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.8);
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.suggest_img{
    width: 100%;
    text-align: center;
}
.suggest_img img{
    width: 60px!important;
    height: 10px!important;
}
.suggest_title{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.suggest_content{
    width: 90%;
    margin: 4px auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #000000;
    text-align: center;

}

.product_list_title{
    width: 50%;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product_list_e{
    width: 50%;
    font-size: 30px;
    color: #e23d0f;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.arrow{
    width: 42%;
    display: flex;
    display: -webkit-flex;
}
.arrow a{
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.arrow_ago{
    width: 75%;
    background-color: #CA2F03;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}
.arrow_after{
    width: 25%;
    height: 30px;
    background-image: url(../images/code.png);
    background-size: 30px 15px;
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-color: #E23D0F;
}
/*.suggest:hover{*/
    /*background-color: #E23D0F;*/
/*}*/
.product_son:hover .suggest{
    background-color: #E23D0F;
}
.product_son:hover .suggest_title,.product_son:hover .suggest_content{
    color: white;
}
.am_contact{
    width: 100%;
    margin-top: 36px;
}
.am_contact_top{
    width: 100%;
    display: flex;
    display: -webkit-flex;

}
.contact_phone{
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 12px;
}
.am_contentp{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.cp_ico{
    width: 22px;
    height: 22px;
    background-image: url(../images/phone.png);
    background-size: 100% 100%;
    margin-top: 8px;
    margin-right: 12px;

}
.cp_ten{
    font-size: 22px;
    color: #e23d0f;
}
.cp_ten span{
    font-size: 14px;
    color: #000000;
}
.green{
    width: 100%;
    display: flex;
    min-width: 1200px;
    display: -webkit-flex;
    background-image: url(../images/ba.jpg);
    height: 200px;
    background-size: 100% 100%;
    background-attachment:fixed;
    background-position:center;
    background-repeat: no-repeat;
}
.green_glo{
    width: 54%;
    display: flex;
    display: -webkit-flex;
}
.green_one{
    width: 35%;
    position: relative;
}
.at_tree{
    position: absolute;
    top: -105px;
    left: 0;
    width: 220px;
    height: 310px;
    /*background-image: url(../images/tree.png);*/
    background-size: cover;
}
.green_two{
    width: 60%;
    min-width: 389px;
    margin-left: auto;
}
.green_two_title{
    width: 100%;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 45px;
}
.green_two_e{
    width: 100%;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 25px;
}
.at_glo{
    display: flex;
    display: -webkit-flex;
}
.green_two_ico{
    width: 30px;
    height: 30px;
    background-image: url(../images/jia.png);
    background-size: 100% 100%;

}
.green_toc{
    width: 46%;
    min-width: 552px;

    position: relative;
}
.green_toc_t{
    width: 80%;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.am_designer{
    position: relative;
    width: 100%;
    height: 850px;
    background-image:url(../images/ter.jpg);
    background-size:cover;

}
.designer{
    width: 100%;
    padding-top: 80px;
}
.designer_title{
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}
.designer_details{
    width: 100%;
    text-align: center;
    color: #000000;
    margin-top: 15px;
    font-size: 16px;
}
.designer_main{
    width: 100%;
    margin-top: 68px;
}
.designer_main ul{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.designer_main ul li{
    width: 50%;
}
.designer_main ul li:first-child{
    background-color: #FFFFFF;
}
.designer_main ul li:nth-child(2){
    background-color: #848484;
}
.designer_main ul li:nth-child(3){
    background-color: #848484;
}
.designer_main ul li:nth-child(4){
    background-color: #FFFFFF;
}
.am_mainc{
    width: 90%;
    margin: 72px auto;
    position: relative;
}
.ears_one{
    width: calc(100% - 190px);

}
.ears_two{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 150px;
    height: 150px;
    text-align: center;

}
.ears_two img{
    max-width: 100%;
    margin: 0 auto;
    border-radius: 100%;
}
.ears_one_title{
    width: 100%;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ears_one_details{
    width: 100%;
    font-size: 14px;
    margin-top: 24px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.information_title{
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin-top: 40px;
}
.information_details{
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000000;
    margin-top: 12px;
}
.information_start{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-top: 35px;
}
.is_one{
    width: 32%;
    height: 531px;
}
.is_two{
    width: 59%;
    margin-left: auto;
    background-color: #F7F7F7;
   padding: 35px 40px;
}
.is_one_top{
    width: 100%;
    height: 208px;
    background-color: #E23D0F;
}
.isot_sun_one{
    width: calc(100% - 30%);
    position: relative;
    padding-top: 25px;
}
.isot_sun{
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.isot_sun_two{
    position: absolute;
    top: 64px;
    right: 0;
    width: 25px;
    height: 25px;

}
.isot_sun_two img{
    width: 100%;
    height: 100%;
}
.isot_sun_one_t{
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.isot_sun_one_d{
    margin-top: 5px;
    width: 100%;
    color: #ff714a;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mishap{
    width: 100%;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 9;
}
.mishap_img{
    text-align: center;
    width: 100%;
    height: 190px;
}
.mishap_img img{
    max-width: 100%;
   margin: 0 auto;
}
.mishap_time{
    width: 100%;
    font-size: 14px;
    margin: 5px 0;
    color: #d1d1d1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mishap_title{
    margin-top: 25px;
    width: 100%;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mishap_count{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
}
.is_two_mav{
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.is_twom_l{
    width: 70%;
}
.is_twom_p{
    width: 25%;
    margin: 0 auto;
    text-align: right;
}
.is_twom_p img{
    margin-top: 10px;
    width: 25px;
    height: 25px;
}
.ist_off{
    width: 100%;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ist_on{
    width: 100%;
    color: #e1dfdf;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 35px;
}
.am_news{
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}
.am_news_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    padding: 10px 0;
    background-color: #848484;
}
.am_news_text{
    max-width: 100%;
    margin-left: 100px;
}
.am_ni_one{
    width: 100%;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}
.am_ni_two{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}
.am_nt_title{
    width: 100%;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.am_nt_details{
    width: 100%;
    font-size: 14px;
    color: #aaa9a9;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.am_news:hover .am_news_img{
    background-color: #E23D0F;
}
.am_news:hover .am_nt_title{
    color: #E23D0F;
}
.am_news:hover .am_nt_details{
    color: #E23D0F;
}
.am_case{
    margin-top: 45px;
    width: 100%;
    background-color: #E9E9E9;
}
.case{
    width: 100%;
    position: relative;
    padding-top: 45px;
    padding-bottom: 60px;
}
.case_title{

    width: 100%;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.case_details{
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #000000;
    font-size: 16px;
    margin: 15px 0;
}
.swiper-slide-img{
    width: 100%;
    position: relative;
    background-color: white;
    height: 500px;
    text-align: center;
}
.swiper-slide-img img{
   max-width: 100%;
}
.swiper-button-prevs{
    position: absolute;
    top: 50%;
    left: -110px;
    width: 26px;
    height: 26px;
    background-image: url(../images/prev.png);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: 14px 14px;
    padding: 15px;
    border-radius: 100% ;
    background-color: #B9B9B9;
}
.swiper-button-nexts{
    position: absolute;
    top: 50%;
    right: -110px;
    width: 26px;
    height: 26px;
    background-image: url(../images/next.png);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: 14px 14px;
    padding: 15px;
    border-radius: 100% ;
    background-color: #B9B9B9;
}
.swiper-button-nexts:hover,.swiper-button-prevs:hover{
    background-color: #E23D0F;
}
.swiper-slide-fi{
    position: absolute;
    left: 0;
    bottom: -98px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
.swiper-sf-title{
    width: 80%;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}
.swiper-sf-details{
    width: 80%;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 35px;
}
.swiper-slide:hover .swiper-slide-img .swiper-slide-fi{
    /*bottom: 0;*/
    background-color: rgba(226,61,15,0.6);
}
.swiper-container{
    width: 100%;
    height: 500px;
    margin-top: 25px;
}
.am_brief{
    margin-top: 55px;
    width: 100%;
    background-color: #F0EEEF;
    position: relative;
    height: 328px;
    margin-bottom: 222px;

}
.brief{
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.brief_show{
    width: 35%;
}
.brief_show_title{
    width: 100%;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 60px;


}
.brief_show_details{
    width: 100%;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.brief_show_count{
    width: 100%;
    font-size: 14px;
    color: #636363;
    margin-top: 25px;
    margin-bottom: 50px;
}
.brief_chart{
    width: 700px;
    height: 400px;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 9;
    text-align: center;
}
.brief_chart img{
    max-width: 100%;
}
.oby{
    position: absolute;
    width: 60%;
    height: 200px;
    z-index: 8;
    background-color: #E23D0F;
    bottom: -160px;
    right: 0;
}
.oby_arrow{
    position: absolute;
    width: 160px;
    left: 0;
    bottom: -130px;
}
.oby_arrow&gt;.arrow{
    width: 100%;
}
.am_turn{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 30px;
}
.am_turn_one{
    width: 40%;
}
.am_turn_tow{
    width: 40%;
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}
.wx_code1{
    width: 135px;
    margin-right: 80px;
}
.wx_title{
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wx_code2{
    width: 135px;
}
.wx_code1_img{
    width: 100%;
}
.wx_code1_img img{
    width: 100%;
}
.king{
    width: 100%;
    margin-bottom: 30px;
}
.king_ico{
    width: 100%;
    position: relative;
}
.king_ico_to{
    position: absolute;
    top: 0;
    left: 0;
}
.kict{
    width: 35px;
    height: 35px;
    background-image: url(../images/phone_bot.png);
    background-size: 100% 100%;
}
.kico{
    width: 35px;
    height: 35px;
    background-image: url(../images/place.png);
    background-size: 100% 100%;
}
.king_ico_t{
    max-width: 100%;
    margin-left: 50px;
    font-size: 16px;
    color: #000000;
    line-height: 35px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.kp{
    max-width: 100%;
    margin-left: 50px;
    font-size: 22px;
    color: #e23d0f;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.kc{
    max-width: 100%;
    font-size: 16px;
    color: #000000;
    margin-left: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#lower{
    width: 100%;
    padding: 50px 0;
    background-color: #303030;
}
.am_footer{
    width: 100%;
    display: flex;
    display: -webkit-flex;

}
.am_footer_address{
    color: #ffffff;
    font-size: 14px;
    width: 25%;
}
.am_footer_nav{
    width: 75%;
}
.am_footer_nav ul{
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.am_footer_nav ul li{
    text-align: right;
    width: 16.6666666667%;
}
.am_footer_title{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #ffffff;
    margin: 15px 0;
}
.am_ftp{
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    margin: 15px 0;
}
.afn_son{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 15px 0;
}
.afn_son a{
    font-size: 14px;
    color: #b7b7b7;
}
.lowest{
    width: 100%;
    background-color: #E23D0F;
    padding: 15px 0;
}
.lowest_content{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

/***/
@media (min-width: 768px) and (max-width: 1024px) {


    .am_content{
        position: relative;
        width: 95%;
        margin: 0 2.5%;
    }
    .am_header{
        width: 100%;
        background-color: #FFFFFF;
    }
    .am_header_top{
        width: 100%;
        display: flex;
        display: -webkit-flex;
        padding: 12px 0;
    }
    .am_ht_phone{
        margin-left: auto;
        display: flex;
        display: -webkit-flex;
    }
    .ht_ico{
        width: 22px;
        height: 22px;
        background-image: url(../images/phone.png);
        background-size: 100% 100%;
    }
    .ht_title{
        font-size: 18px;
        color: #e23d0f;
        line-height: 22px;
        margin-left: 3px;
    }
    .am_nav{
        width: 100%;
        display: flex;
        display: -webkit-flex;
        padding: 5px 0;
    }
    .am_logo{
        width: 30%;
    }

    .nav_list{
        width: 70%;
        height: 40px;
        display: flex;
        margin: 7.5px 0;
        display: -webkit-flex;
    }
    .nav_list_son{
        width: 16.6666666667%;
        font-size: 16px;
        color: black;
        line-height: 40px;

        text-align: center;
        position: relative;
    }
    .nav_list_son a{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .nav_list &gt; .no{
        background-color: #E23D0F;
        color: white!important;
        border-radius: 8px;
    }
    .nav_list &gt;.no&gt;a{
        color: white;

    }


    .nav_ls_son{
        position: absolute;
        width: 100%;
        z-index: 9;
        background-color:#FFFFFF ;
        display: none;
    }
    .nav_lss_son{
        position: absolute;
        width: 100%;
        z-index: 9;
        background-color:#FFFFFF ;
        top: 0;
        left: 100%;
        display: none;
    }
    .open{
        width: 100%;

    }

    .nav_ls_no{
        display: block;
    }
    .am_search{
        background-color:#FFFFFF ;
        border-radius: 10px;
        width: 100%;
        position: relative;
        margin-top: -40px;
        padding: 0 15px;
        display: flex;
        display: -webkit-flex;
        box-shadow:0 0 20px rgba(0,0,0,0.2);
    }
    .words{
        width: 66%;
        display: flex;
        display: -webkit-flex;
    }
    #search{
        width: 30%;
        padding: 17px 0;

    }
    .crux span{
        /*display: inline-block;*/
        font-size: 14px;
        color: #e20f0f;
        margin-right: 8px;
    }
    .crux{
        font-size: 14px;
        color: #868686;
        line-height: 30px;
        margin: 17.5px 0;
    }
    .cruxc{
        /*margin: 0 5px;*/
        font-size: 14px;
        color: #868686;
        line-height: 30px;
        margin: 17.5px 5px;

    }
    .factor {
        width: 66px;
        float: left;
        font-size: 14px;
        color: #868686;
        line-height: 30px;
        position: relative;
        background-color: #ECECEC;
        border-radius: 3px 0 0 3px ;

    }
    .factor_nex{
        position: relative;
        width: calc(100% - 13px);
        text-align: center;
    }
    .down{
        position: absolute;
        width: 66px;
        left: 0;
        /*top: 35px;*/
        z-index: 9;
        background-color:#FFFFFF ;
        display: none;
    }
    .down a{
        width: 100%;
        display: inline-block;
    }
    .down a:hover{
        background-color:#F1F1F1;

    }
    .factor_nex a{
        font-size: 14px;
        color: #868686;
    }
    .factor_ico{
        position: absolute;
        right: 0;
        top: 9px;
        width: 12px;
        height: 12px;
        background-image: url(../images/ment.png);
        background-size: 100% 100%;
    }

    .close{
        height: 30px;
        max-width: 100%;
        margin-left: 66px;
        position: relative;

    }
    .frame{
        width: calc(100% - 30px);
    }
    .frame_ico{
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        border: none;
        background-color:#E23D0F;
        background-image: url(../images/open.png);
        background-size: 20px 20px;
        background-position: 5px 5px;
        background-repeat: no-repeat;
        border-radius:0 3px 3px 0;
        outline:none;
    }
    .ct{
        width:100%;
        height: 30px;
        border: none;
        outline:none;
        background-color: #E23D0F;
        color: white;
        padding-left: 10px!important;
    }
    .ct::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #f8c1b2;
    }

    .ct::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #f8c1b2;
    }

    .ct::-moz-placeholder {
        /* Mozilla Firefox 19+ */

        color: #f8c1b2;
    }

    .ct::-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #f8c1b2;
    }
    .am_product{
        width: 100%;
        margin-top: 50px;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .product_list{
        position: relative;
        width: 31%;
        margin: 0 1.16666666667%;
        /*height: 330px;*/
    }
    .make{
        width: 100%;
        position: absolute;
        left: 0;
        top: 10px;

    }
    .product_son{
        width: 31%;
        margin-left:1.16666666667%;
        margin-right:1.16666666667%;
        margin-bottom: 90px;
        position: relative;
        height: 207px;
        text-align: center;
        background-color: white;
       box-shadow: 5px 5px 10px #888888;
        box-sizing: border-box;

    }
    .suggest{
        position: absolute;
        width: 80%;
        /*height: 50px;*/
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(255,255,255,0.8);
        z-index: 9;
        padding-top: 20px;
        padding-bottom: 12px;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
    .suggest_img{
        width: 100%;
        text-align: center;
    }
    .suggest_img img{
        width: 60px!important;
        height: 10px!important;
    }
    .suggest_title{
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        text-align: center;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .suggest_content{
        width: 90%;
        margin: 4px auto;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size: 14px;
        color: #000000;
        text-align: center;

    }
    .product_son img{
        max-width: 100%;
        height: 330px;
    }
    .product_list_title{
        width: 70%;
        font-size: 22px;
        color: #000000;
        font-weight: 600;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .product_list_e{
        width: 70%;
        font-size: 30px;
        color: #e23d0f;
        margin: 20px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .arrow{
        width: 70%;
        display: flex;
        display: -webkit-flex;
    }
    .arrow a{
        width: 100%;
        display: flex;
        display: -webkit-flex;
    }
    .arrow_ago{
        width: 75%;
        background-color: #CA2F03;
        font-size: 14px;
        color: #ffffff;
        line-height: 30px;
        text-align: center;
    }
    .arrow_after{
        width: 25%;
        height: 30px;
        background-image: url(../images/code.png);
        background-size: 30px 15px;
        background-position: 5px 7px;
        background-repeat: no-repeat;
        background-color: #E23D0F;
    }
    /*.suggest:hover{*/
    /*background-color: #E23D0F;*/
    /*}*/
    .product_son:hover .suggest{
        background-color: #E23D0F;
    }
    .product_son:hover .suggest_title,.product_son:hover .suggest_content{
        color: white;
    }
    .am_contact{
        width: 100%;
        margin-top: 36px;
    }
    .am_contact_top{
        width: 100%;
        display: flex;
        display: -webkit-flex;

    }
    .contact_phone{
        margin-left: auto;
        display: flex;
        display: -webkit-flex;
        margin-bottom: 12px;
    }
    .am_contentp{
        width: 1200px;
        margin: 0 auto;
        position: relative;
        display: flex;
        display: -webkit-flex;
    }
    .cp_ico{
        width: 22px;
        height: 22px;
        background-image: url(../images/phone.png);
        background-size: 100% 100%;
        margin-top: 8px;
        margin-right: 12px;

    }
    .cp_ten{
        font-size: 22px;
        color: #e23d0f;
    }
    .cp_ten span{
        font-size: 14px;
        color: #000000;
    }
    .green{
        width: 100%;
        display: flex;
        min-width: 100%;
        display: -webkit-flex;
        background-image: url(../images/ba.jpg);
        height: 200px;
        background-size: 100% 100%;
        background-attachment:fixed;
        background-position:center;
        background-repeat: no-repeat;
    }
    .green_glo{
        width: 51%;
        display: flex;
        display: -webkit-flex;
    }
    .green_one{
        width: 20%;
        position: relative;
    }
    .at_tree{
        position: absolute;
        top: -105px;
        left: 0;
        width: 120px;
        height: 210px;
        /*background-image: url(../images/tree.png);*/
        background-size: 100% 100%;
    }
    .green_two{
        width: 60%;
        min-width: 60%;
        margin-left: 0;
    }
    .green_two_title{
        width: 100%;
        font-size: 15px;
        color: #000000;
        font-weight: bold;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        margin-top: 45px;
    }
    .green_two_e{
        width: 100%;
        color: #000000;
        font-size: 10px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .at_glo{
        display: flex;
        display: -webkit-flex;
    }
    .green_two_ico{
        width: 30px;
        height: 30px;
        background-image: url(../images/jia.png);
        background-size: 100% 100%;

    }
    .green_toc{
        width: 49%;
        min-width: 49%;

        position: relative;
    }
    .green_toc_t{
        width: 80%;
        font-size: 16px;
        color: #ffffff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .am_designer{
        position: relative;
        width: 100%;
        height: 850px;
        /*background-image:url(../images/ter.jpg);*/
        background-size:cover;

    }
    .designer{
        width: 100%;
        padding-top: 80px;
    }
    .designer_title{
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #000000;
    }
    .designer_details{
        width: 100%;
        text-align: center;
        color: #000000;
        margin-top: 15px;
        font-size: 16px;
    }
    .designer_main{
        width: 100%;
        margin-top: 68px;
    }
    .designer_main ul{
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .designer_main ul li{
        width: 50%;
    }
    .designer_main ul li:first-child{
        background-color: #FFFFFF;
    }
    .designer_main ul li:nth-child(2){
        background-color: #848484;
    }
    .designer_main ul li:nth-child(3){
        background-color: #848484;
    }
    .designer_main ul li:nth-child(4){
        background-color: #FFFFFF;
    }
    .am_mainc{
        width: 90%;
        margin: 72px auto;
        position: relative;
    }
    .ears_one{
        width: calc(100% - 190px);

    }
    .ears_two{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 150px;
        height: 150px;
        text-align: center;

    }
    .ears_two img{
        max-width: 100%;
        margin: 0 auto;
        border-radius: 100%;
    }
    .ears_one_title{
        width: 100%;
        font-size: 18px;
        color: #000000;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .ears_one_details{
        width: 100%;
        font-size: 14px;
        margin-top: 24px;
        color: #000000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .information_title{
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size: 22px;
        font-weight: bold;
        color: #000000;
        margin-top: 40px;
    }
    .information_details{
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #000000;
        margin-top: 12px;
    }
    .information_start{
        width: 100%;
        display: flex;
        display: -webkit-flex;
        margin-top: 35px;
    }
    .is_one{
        width: 32%;
        height: 531px;
    }
    .is_two{
        width: 59%;
        margin-left: auto;
        background-color: #F7F7F7;
        padding: 35px 40px;
    }
    .is_one_top{
        width: 100%;
        height: 208px;
        background-color: #E23D0F;
    }
    .isot_sun_one{
        width: calc(100% - 30%);
        position: relative;
        padding-top: 25px;
    }
    .isot_sun{
        width: 85%;
        margin: 0 auto;
        position: relative;
    }
    .isot_sun_two{
        position: absolute;
        top: 64px;
        right: 0;
        width: 25px;
        height: 25px;

    }
    .isot_sun_two img{
        width: 100%;
        height: 100%;
    }
    .isot_sun_one_t{
        width: 100%;
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        margin-top: 25px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .isot_sun_one_d{
        margin-top: 5px;
        width: 100%;
        color: #ff714a;
        font-size: 18px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .mishap{
        width: 100%;
        position: absolute;
        left: 0;
        top: 120px;
        z-index: 9;
    }
    .mishap_img{
        width: 100%;
        height: 190px;
        text-align: center;
    }
    .mishap_img img{
        max-width: 100%;
        margin: 0 auto;
    }
    .mishap_time{
        width: 100%;
        font-size: 14px;
        margin: 5px 0;
        color: #d1d1d1;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .mishap_title{
        margin-top: 25px;
        width: 100%;
        font-size: 18px;
        color: #000000;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .mishap_count{
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 14px;
        color: #000000;
    }
    .is_two_mav{
        width: 100%;
        display: flex;
        display: -webkit-flex;
    }
    .is_twom_l{
        width: 70%;
    }
    .is_twom_p{
        width: 25%;
        margin: 0 auto;
        text-align: right;
    }
    .is_twom_p img{
        margin-top: 10px;
        width: 25px;
        height: 25px;
    }
    .ist_off{
        width: 100%;
        font-size: 18px;
        color: #000000;
        font-weight: bold;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .ist_on{
        width: 100%;
        color: #e1dfdf;
        font-size: 18px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        margin-bottom: 35px;
    }
    .am_news{
        width: 100%;
        position: relative;
        margin-bottom: 45px;
    }
    .am_news_img{
        position: absolute;
        top: 0;
        left: 0;
        width: 75px;
        padding: 10px 0;
        background-color: #848484;
    }
    .am_news_text{
        max-width: 100%;
        margin-left: 100px;
    }
    .am_ni_one{
        width: 100%;
        font-size: 28px;
        color: #ffffff;
        text-align: center;
    }
    .am_ni_two{
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
    }
    .am_nt_title{
        width: 100%;
        font-size: 18px;
        color: #000000;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;

    }
    .am_nt_details{
        width: 100%;
        font-size: 14px;
        color: #aaa9a9;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

    }
    .am_news:hover .am_news_img{
        background-color: #E23D0F;
    }
    .am_news:hover .am_nt_title{
        color: #E23D0F;
    }
    .am_news:hover .am_nt_details{
        color: #E23D0F;
    }
    .am_case{
        margin-top: 45px;
        width: 100%;
        background-color: #E9E9E9;
    }
    .case{
        width: 100%;
        position: relative;
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .case_title{

        width: 100%;
        font-size: 22px;
        color: #000000;
        font-weight: bold;
        text-align: center;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;

    }
    .case_details{
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        color: #000000;
        font-size: 16px;
        margin: 15px 0;
    }
    .swiper-slide-img{
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .swiper-slide-img img{
        width: 100%;
        height: 100%;
    }
    .swiper-button-prevs{
        position: absolute;
        top: 50%;
        left: -110px;
        width: 26px;
        height: 26px;
        background-image: url(../images/prev.png);
        background-size: 26px 26px;
        background-repeat: no-repeat;
        background-position: 14px 14px;
        padding: 15px;
        border-radius: 100% ;
        background-color: #B9B9B9;
    }
    .swiper-button-nexts{
        position: absolute;
        top: 50%;
        right: -110px;
        width: 26px;
        height: 26px;
        background-image: url(../images/next.png);
        background-size: 26px 26px;
        background-repeat: no-repeat;
        background-position: 14px 14px;
        padding: 15px;
        border-radius: 100% ;
        background-color: #B9B9B9;
    }
    .swiper-button-nexts:hover,.swiper-button-prevs:hover{
        background-color: #E23D0F;
    }
    .swiper-slide-fi{
        position: absolute;
        left: 0;
        bottom: -120px;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    .swiper-sf-title{
        width: 80%;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        margin: 0 auto;
        text-align: center;
        padding-top: 30px;
    }
    .swiper-sf-details{
        width: 80%;
        font-size: 14px;
        color: #ffffff;
        margin: 0 auto;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        padding-top: 25px;
        padding-bottom: 55px;
    }
    .swiper-slide:hover .swiper-slide-img .swiper-slide-fi{
        /*bottom: 0;*/
        background-color: rgba(226,61,15,0.6);
    }
    .swiper-container{
        width: 100%;
        height: 500px;
        margin-top: 25px;
    }
    .am_brief{
        margin-top: 55px;
        width: 100%;
        background-color: #F0EEEF;
        position: relative;
        height: 100%;
        margin-bottom: 222px;

    }
    .brief{
        width: 100%;
        position: relative;
        display: flex;
        display: -webkit-flex;
    }
    .brief_show{
        width: 100%;
    }
    .brief_show_title{
        width: 100%;
        font-size: 22px;
        text-align: center;
        color: #000000;
        font-weight: bold;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        margin-top: 60px;


    }
    .brief_show_details{
        text-align: center;
        width: 100%;
        font-size: 16px;
        color: #000000;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        margin-top: 10px;
    }
    .brief_show_count{
        width: 100%;
        font-size: 14px;
        color: #636363;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .brief_chart{
        width: 700px;
        height: 400px;
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 9;
        display: none;
        text-align: center;
    }
    .brief_chart img{
      max-width: 100%;
    }
    .oby{
        position: absolute;
        width: 60%;
        height: 200px;
        z-index: 8;
        background-color: #E23D0F;
        bottom: -160px;
        right: 0;
        display: none;
    }
    .oby_arrow{
        position: absolute;
        width: 160px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -70px;
    }
    .oby_arrow&gt;.arrow{
        width: 100%;
    }
    .am_turn{
        width: 100%;
        display: flex;
        display: -webkit-flex;
        margin-bottom: 30px;
    }
    .am_turn_one{
        width: 40%;
    }
    .am_turn_tow{
        width: 40%;
        margin-left: auto;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
    }
    .wx_code1{
        width: 135px;
        margin-right: 80px;
    }
    .wx_title{
        width: 70%;
        margin: 0 auto;
        font-size: 14px;
        color: #000000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .wx_code2{
        width: 135px;
    }
    .wx_code1_img{
        width: 100%;
    }
    .wx_code1_img img{
        width: 100%;
    }
    .king{
        width: 100%;
        margin-bottom: 30px;
    }
    .king_ico{
        width: 100%;
        position: relative;
    }
    .king_ico_to{
        position: absolute;
        top: 0;
        left: 0;
    }
    .kict{
        width: 35px;
        height: 35px;
        background-image: url(../images/phone_bot.png);
        background-size: 100% 100%;
    }
    .kico{
        width: 35px;
        height: 35px;
        background-image: url(../images/place.png);
        background-size: 100% 100%;
    }
    .king_ico_t{
        max-width: 100%;
        margin-left: 50px;
        font-size: 16px;
        color: #000000;
        line-height: 35px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .kp{
        max-width: 100%;
        margin-left: 50px;
        font-size: 22px;
        color: #e23d0f;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .kc{
        max-width: 100%;
        font-size: 16px;
        color: #000000;
        margin-left: 50px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    #lower{
        width: 100%;
        padding: 50px 0;
        background-color: #303030;
    }
    .am_footer{
        width: 100%;
        display: flex;
        display: -webkit-flex;

    }
    .am_footer_address{
        width: 25%;
        color: #ffffff;
        font-size: 14px;
    }
    .am_footer_nav{
        width: 75%;
    }
    .am_footer_nav ul{
        width: 100%;
        display: flex;
        display: -webkit-flex;
    }
    .am_footer_nav ul li{
        text-align: right;
        width: 16.6666666667%;
    }
    .am_footer_title{
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size: 16px;
        margin: 15px 0;
        color: #ffffff;

    }
    .am_ftp{
        width: 100%;
        color: #ffffff;
        font-size: 14px;
        margin: 15px 0;
    }
    .afn_son{
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        margin: 15px 0;
    }
    .afn_son a{
        font-size: 14px;
        color: #b7b7b7;
    }
    .lowest{
        width: 100%;
        background-color: #E23D0F;
        padding: 15px 0;
    }
    .lowest_content{
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
    }
    .swiper-container{
        height: 305px;
    }
}
/***/
</pre></body></html>